Traducción y análisis de palabras por inteligencia artificial
En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:
cómo se usa la palabra
frecuencia de uso
se utiliza con más frecuencia en el habla oral o escrita
opciones de traducción
ejemplos de uso (varias frases con traducción)
etimología
Traducción de texto mediante inteligencia artificial
Ingrese cualquier texto. La traducción se realizará mediante tecnología de inteligencia artificial.
Mejore el texto que escribió en un idioma extranjero
Esta herramienta le permite refinar el texto que redactó en un idioma no nativo.
También produce excelentes resultados al procesar textos traducidos por inteligencia artificial.
Crear un resumen del texto
Esta herramienta permite crear un resumen del texto en cualquier idioma.
Ampliar texto
Ingrese un pequeño fragmento de texto y la inteligencia artificial lo ampliará.
Generar voz a partir de texto
Ingrese cualquier texto. La voz será generada por inteligencia artificial.
Idiomas disponibles
Inglés
Conjugación de verbos con la ayuda de inteligencia artificial
Ingrese un verbo en cualquier idioma. El sistema generará una tabla de conjugación del verbo en todos los tiempos posibles.
Hacer cualquier pregunta a la inteligencia artificial
Ingrese cualquier pregunta de forma libre en cualquier idioma.
Puede introducir consultas detalladas que constan de varias frases. Por ejemplo:
Brinde la mayor cantidad de información posible sobre la historia de la domesticación de los gatos domésticos. ¿Cómo fue que en España se empezó a domesticar gatos? ¿Qué personajes históricos famosos de la historia española son dueños de gatos domésticos? El papel de los gatos en la sociedad española moderna.
Run-time; Run time (disambiguation); Run time (computing); Runtime behavior; Run time; Runtime (disambiguation)
run - timebinding
الحاق زمن التنفيذ .
execution time
PROGRAM LIFECYCLE PHASE, TIME DURING WHICH A PROGRAM IS RUNNING (EXECUTING)
Execution time; Runtime performance; Runtime error; Run-time error; Runtime errors; Run time error; At runtime; Run-time behaviour; Integer divide by zero; Runtime (computing); Run time (program lifecycle phase); Running (computing)
الوقت المستغرق في التنفيذ
static binding
COMPUTER PROGRAMMING CONSTRAINT ALLOWING TO BIND A SYMBOLIC NAME TO AN OBJECT, VALID IN A WELL-DEFINED SCOPE, AND TO RESOLVE IT AS A REFERENCE BY A STATIC OR DYNAMIC LINKING PROCESS
Static binding; Deep binding; Shallow bindings; Dynamic polymorphism; Binding time; LateBinding; Early-bound; Late-bound; Late static binding; Compile-time binding
إلحاق ثابت - إضافة ساكنة .
Definición
run-time error
<programming> An error in the execution of a program which
occurs at run time, as opposed to a compile-time error.
A good programming language should, among other things, aim to
replace run-time errors by compile-time errors. Language
features such as strong typing help.
A good program should attempt to avoid run-time errors by, for
example, checking that their input data is sensible. Where
this is not possible, the program should attempt to detect the
error and handle it gracefully rather than just exiting via
the language or operating system's default handler. Here
again, a good language will make this easy to do (or at least
possible).
See also abort, core dump, GPF.
(1997-01-13)